home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / tableversions.ctl < prev    next >
Text File  |  2000-05-12  |  889b  |  39 lines

  1. -- RCSVER $Id: tableversions.ctl,v 1.11 2000-03-21 15:00:18-06 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        tableversions.ctl
  6. -- Date:     02/16/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the tableversions table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE tableversions
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     tablename,
  18.     version,
  19.     num_cols
  20. )
  21. begindata
  22. ALARMSG.FBC|1|5|
  23. BITDEF.FBC|1|2|
  24. CDISP.FBC|1|6|
  25. CURRENCY.FBC|2|5|
  26. FARES.FBC|2|13|
  27. MASTER.FBC|1|1|
  28. NOLOG.FBC|1|1|
  29. OCUCMND.FBC|1|3|
  30. OCUKEYS.FBC|1|6|
  31. PROMPTS.FBC|1|1|
  32. ROUTE.FBC|3|9|
  33. SOUND.FBC|1|2|
  34. TUNING.FBC|1|3|
  35. USER.FBC|1|4|
  36. FARESET.FBC|1|3|
  37. TOKEN.FBC|2|6|
  38. TALLY.FBC|2|4|
  39.